home *** CD-ROM | disk | FTP | other *** search
- on pushButton
- puppetSound("Newclick.aif")
- set spr to the clickOn
- set cnum to the castNum of sprite spr
- set the castNum of sprite spr to cnum + 1
- updateStage()
- set spr to the clickOn
- set cnum to the castNum of sprite spr
- startTimer()
- repeat while the timer < 15
- end repeat
- set the castNum of sprite spr to cnum - 1
- updateStage()
- end
-
- on forgetExp
- global myWindow, myWindowRect, rValue
- forget(myWindow)
- put rValue
- end
-